home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / pangpang_strike.swf / scripts / DefineButton2_38 / BUTTONCONDACTION on(press).as
Text File  |  2007-01-15  |  118b  |  7 lines

  1. on(press){
  2.    _root.scoreTxt = 0;
  3.    _root.levelTxt = 1;
  4.    _root.timeTxt = 60;
  5.    _root.gotoAndStop("play");
  6. }
  7.